home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-04-14 | 1.0 KB | 30 lines |
- [Options]
-
- ; Strip Blank Lines option:
- ; If you want blank lines stripped from the incoming document
- ; then set this option to '1'; otherwise, blank lines will be
- ; maintained as line breaks when the fiter imports the file.
- ;
- ; '0' is the default setting.
-
- Strip Blank Lines=0
-
-
-
- ; Break on CRLF option:
- ; When set to '1' each hard return in the incoming document will
- ; translated into a new record. If set to '0' then there will
- ; only be two conditions which will translate into new records.
- ; These conditions are: A) A hard return followed by a tab.
- ; B) More than one hard return in a row.
- ;
- ; For multiple CRLF (meaning one or more blank lines) the last CRLF will always
- ; be translated into an end of record.
- ; For single CRLF
- ; if Break on CRLF= 0 CRLF translates to a space (unwrap ASCII text)
- ; if Break on CRLF= 1 CRLF translates to a record break (Generic text file)
- ; if Break on CRLF= 2 CRLF translates to a paragraph break
- ; if Break on CRLF= 3 CRLF translates to a line break
-
- Break on CRLF=0
-